Yes it is, but it would be easier to just put in a CSS Insert (at ATO->add HTML/CSS Inserts->CSS Inserts)
Just find the page id - edit the page and look at the address bar which will look like: 'http://yourdomain.comwp-admin/page.php?action=edit&post=224'
the number at the end is the page ID.
Add this CSS (where you put your page's id in place of the '224')
HTML Code:
body.page-id-224 table#logoarea {display: none; }
body.page-id-224 div#imagecontainer {display: none; }
this will cause teh logo area and header image to not display on that page.