[Tex/LaTex] How to remove padding from a framed box

framedspacing

I am unable to use mdframed on my server so I am currently creating a framed box like this:

\usepackage{framed}
\begin{document}
\begin{framed}
\small{
\noindent \textbf{Key Results}:blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah \\

\noindent \textbf{Implications}:blah blah blah blah blah blah blah blah blah blah blah blah 
}
\end{framed}
\end{document}

enter image description here

Can someone please tell me how to reduce the padding in this box so that it appears more like this?

enter image description here

Best Answer

Use \FrameSep0pt to have no padding or an appropriate length to adjust.