Taking the header off any page is a super easy thing to do. Check out the video to make quick work of this one.
Here’s the code, to make it easier for you
.page-id-# .header-wrap { display: none !important; }
(Obviously, you’ve got to replace the # with your page id number and the header-wrap with whatever class it is that governs your theme’s header)