How to delete chunks without parents in c#

How to delete chunks manually?
I deleted files using GridFSBucket.DeleteAsync(fileId); and the model for this collection is called GridFSFileInfo
I can not find any class for .chunks collection in GRIDFS