The ranked total donated is in the paypal 3.5 mod templates. If you wish to get rid of the amount on the CMPS module and just show the user
you will need to edit the template adv_portal_donate_goals_user and remove
Code:
<td><if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">€<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>
$user_total</td>