Replace header with slider

How can i replace the header with slider in travelify theme?

i wanted to put three sliders. cheers.

You want to remove the entire header area with logo, social icons, menu and leave only slider?

This can be done by simply adding this code to Theme Options - Other - Custom CSS

.hgroup-wrap {
    display: none;
}
#main-nav {
    display: none;
}