To remove a Header when users go into a product page, you can use this code to Website Tools > Custom CSS.
body[class*="type-products"].view-item header#header { display: none !important; }