If you really need to kill the material on a node, the easiest way I know of is to use MAXScript like so:
$.material = undefined
Which will remove the material from the selected node. If you have a specific named node in mind you can refer to it by sticking a dollar sign in front. For example:
$PRTLoader001.material = undefined