Remove vertical space before table of contents title
I figured it out by using:
\setlength{\cftbeforetoctitleskip}{-3em}
Which didn't work before since I forgot to change Z to toc:
\cftbeforeZtitleskip
to \cftbeforetoctitleskip
I believe Z can be changed to other things, other than 'toc'