Not sure why you need to remove it. Canxcel link already point to paypal, and user can cancel subscription only from his paypal account.
Good idea to remove it just to prevent from reminding them about being able to cancel... Its in the templates/member.html page David
Here is what you need to change in member.html template: Code: {if $p.data.CANCELLED}<br /><div class="small" style="font-color: red; font-weight: bold;">#_TPL_MEMBER_CANCELLED#</div> {elseif $p.cancel_url}<br /><a href="{$p.cancel_url}" target=top onclick="return confirm('#_TPL_MEMBER_CANCEL_SUBSCR#')">#_TPL_MEMBER_CANCEL#</a> {/if} change above to Code: {if $p.data.CANCELLED}<br /><div class="small" style="font-color: red; font-weight: bold;">#_TPL_MEMBER_CANCELLED#</div> {/if}