How do I programmically remove the navigation help?

You should be able to hide the instructions like this:

viewer.navigationHelpButton.viewModel.showInstructions = false;

Kevin