I am having trouble removing vertical space above the declaration \begin{quotation}. The issue with the spacing below \end{quotation}, however, has been resolved using the command \usepackage[bottom]{footmisc}.
What is the opposite command to the one given? If the command exists, does using both \usepackage[bottom]{footmisc} and it's opposite work against each other?
I have tried other ways to remove the spacing but I still cannot figure it out. Any help would be appreciated. Thanks.

\raggedbottombefore inputting the footmisc package. – user253822 Jan 29 '22 at 20:10\raggedtopand\usepackage[top]{headmisc}but neither of these commands even exist. – user253822 Jan 29 '22 at 20:11\documentclass...to\end{document}) that we can compile that shows your problem. – Peter Wilson Jan 30 '22 at 18:43\usepackage[bottom][footmisc} would be\usepackage[top]{footmisc} which would put footnotes at the top of the page, not the bottom, – Peter Wilson Jan 30 '22 at 18:48