Hello,
Edit the page where you want to remove the header > edit the page custom CSS http://prntscr.com/pdywv9 and add the following code
.menu-wrapper, .navbar-header.navbar-right {
display: none !important;
}
.template-container .header-wrapper .header .header-logo {
text-align: center;
}
Regards