Hello There,
Thanks for writing in! There are two ways you can resolve the issue.
1.) We can make use of a custom css that will make sure that the section bar will not display in any other pages, only in your homepage. You can add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
body:not(.home) .hm27.x-bar,
body:not(.home) .hm39.x-bar {
display: none;
}
2.) You can duplicate this header. Once duplicated, edit the duplicate header and remove the section. This newly duplicated header can be assigned globally. The original header shall be assigned only for your home page.
Please let us know which one works for you.