Use CSS to hide it. Open gs\styles\gallery.css and look for this line:
Code:.gsp_ns .gsp_header {background-color:transparent;overflow:hidden;}
Change it to this:
Code:.gsp_ns .gsp_header {display:none;}
Starting in version 2.4, there will be a new property named ShowHeader you can set on the user control in the .aspx page.
Roger Martin
Creator and Lead Developer of Gallery Server Pro