I'm using \documentclass[final]{elsarticle} to prepare supplementary materials for a paper I'll be submitting to an Elsevier journal. Obviously there is no need for an abstract here, but I can't figure out how to get rid of the two horizontal lines:
Here is my MWE:
\documentclass[final,3p,times,11pt]{elsarticle}
\usepackage{lipsum}
\begin{document}
\begin{frontmatter}
\title{This is the paper you are looking for}
\author[]{O. Kenobi}
\end{frontmatter}
\lipsum[8]
\end{document}
There are at least two related questions addressing this problem for \documentclass[preprint]{elsarticle}, but those solutions don't work for [final]:

