After deleting NFA from either CAPC or NPC, I still see the link toe "CAPC" or "NPC" in the top right corner of the NFA web page.
First try the steps in: TEC521056 and if you still have the issue try the steps below:
1. Open a command prompt on the NFA Console server.
2. Run:
mysql reporter
3. Then run:
update system_settings set value='Unregistered' where parameter='bindState';
4. Refresh the NFA Web page and observe the link no longer appears.
Note that the command in step 3 is case sensitive. If you use "unregistered" the web page may not load.