// For complete examples and data files, please go to https://github.com/groupdocsmetadata/GroupDocs_Metadata_NET
// initialize GifFormat
GifFormat gifFormat = new GifFormat(Common.MapSourceFilePath(filePath));
// remove XMP package
gifFormat.RemoveXmpData();
// commit changes
gifFormat.Save(Common.MapDestinationFilePath(filePath));