Hi Neil,
You can remove the command from the commander:
NCommandAction findCommandAction = nRichTextViewControl1.Widget.Commander.GetCommandAction(NRichTextView.FindCommand);
nRichTextViewControl1.Widget.Commander.Remove(findCommandAction);
Let us know if you meet any problems...
Best Regards,
Nevron Support Team