networkx.MultiGraph.add_edges_from
networkx.MultiGraph.remove_edges_from
Remove the edge between (u,v).
If d is defined only remove the first edge found with edgedata == d.
If d is None, remove all edges between u and v.