Deleting the shader itself should be enough (the help scripts won't do anything as long as you don't call them), and then just make sure you remove/comment-out any script calls that would use the system (e.g. shader_set()/shader_reset() pairs in the draw event of map & battle units)... it's never a good idea to leave in references to a resource that doesn't exist anymore.