You can can completely disable any surveys from showing in general using the following API. Please note that this also disables surveys that will be shown manually as this disables any survey related request.
Surveys.setEnabled(false);
Updated about a year ago