I want to use MnSymbol (to get various sorts of down arrows), but I don't like its \approx symbol. I'd like to use the basic one instead. I've tried using savesym (as below), but this still outputs the mnsymbol version. Any suggestions?
\documentclass{article}
\usepackage[english]{babel}
\usepackage{savesym}
\savesymbol{approx}
\usepackage{MnSymbol}
\restoresymbol{approx}{amssymb}
\begin{document}
$\approx$
\end{document}
Edit -- Additional Question
@Steven B. Segletes's answer works perfectly for the problem as I asked it. But, I've found that there are a bunch of other symbols that I'd like to prevent MnSymbol from changing around. So, I wonder if there might be a solution coming from the other direction: can we prevent MnSymbol from introducing any new definitions except for the specific symbols we want to add? (The ones I specifically want are \ndownarrow, \ndasheddownarrow, and \dasheddownarrow.)
...I now see that @Steven B. Segletes has answered this already (Standard AMS-Sum Operator using MnSymbols?). But like I said in a comment below, I'm a total layman and get scared looking at all this font changing stuff. So if anyone has a solution of a different sort, that would be helpful.



