Add the following CSS to your Custom CSS field in Custom Code section of Integral Options.
This removed the padding at the top of the Master Slider.
.hero.masterslider {
padding: 0;
}
Combined with removing the box-shadow and making the background transparent for the top header, I believe you will have what you want to accomplish.