From the console this is as easy as running the command:
db.<collectionName>.remove();
This does not appear to be implemented as part of the .NET driver functionality. How can I produce similar functionality within a .NET\C# program? I have a staging collection that I want to remove all records from after processing