Try pasting the following line before node declarations:
node[label=""];
Of course, nodes that have their label property defined will still appear on the label.
Also, if I remember correctly, at least one node form does not use a label:
node[shape=point]
marapet
source share