Ads Manager is a very popular joomla extension. They really did a good work. Though you may want to remove their credit text " Classifield Ads by AdsManager " .
To remove this text you have to edit a php file using ftp.
The files path is
/components/com_adsmanager/helpers/general.php
Go to the bottom you will find
<div style="text-align:center !important;"><a href="http://www.joomprod.com/" title="classifield ads">Classifield Ads</a> by AdsManager</div>
Remove this . Or Replace it with the following
<div style=" display:none; text-align:center !important;"><a href="http://www.joomprod.com/" title="classifield ads">Classifield Ads</a> by AdsManager</div>
Your problem will be solved. Enjoy..