Are you talking about removing the small white space right in between the nav and the slider? If so, that is the #head-wrap adding a margin bottom. If you need that space for other parts of your site, then you could add a “.home” class to it and it will show up differently on the home page –
.home #head-wrap {
margin: 0;
}