I always forget about the chit_custom.css feature you added! So... I believe it should remove all headers, except for the effects brick, if you have a file named chit_custom.css in your /relay folder with the following information...
table.chit_brick th {
display: none;
}
#chit_effects...