Can someone please show me, if there is a better way to remove one document from MongoDB using the Official C# Driver than what I have below-
document
va
That's the way you do it. I'm sure you know this, but if you want to put it on one line you could combine it so you don't need to define a query variable:
collection.Remove(Query.EQ("_id", a.Id));