Is there any chance to hide the "Table of contents" heading that \tableofcontents generates?
If figured that \renewcommand\contentsname{} works (it sets the title to "", an empty string), but it does not remove the heading completely - the space is still blocked.

\tableofcontents*a better way to do it? – gnz Jun 2 '12 at 8:37\tableofcontents*removes the ToC entry from the ToC itself in thememoirclass. – lockstep Jun 2 '12 at 8:47