The space at the top of the slider is actually coming from the #head-wrap. The #head-wrap has 40px margin bottom and can be found around line 630 in your css file. Since it will affect other pages, it would be best to only remove it for the homepage only. You can do so by adding this –
.home #head-wrap {
margin: 0;
}
The space at the bottom can be removed or adjusted from the same code I posted in my previous comment – “.slider-inner“.