Hello,
Please take a look at the following code snippet that demonstrates how you can uncompress a zip file:
ZipProvider zipProvider = ZipProvider.Read(zipFile);
zipProvider.ExtractAll(targetFolder);
zipProvider.Dispose();
If you need more information, I would recommend you to take a look at the API reference:
Kentico CMS API.
Best regards,
Michal Legen