I did it by editing the file wp_render.php in /amp-supremacy/models
Go to line 109
You see $content = preg_replace(‘/(<[^>]+) ‘.$attribute.’=(“|\’).*?(“|\’)/i’, ‘$1’, $content);
Add the next line:
$content = preg_replace(‘/\[[^\]]*\]/’, ”, $content);
This line replaces everything between [ and ] and the brackets itself
Save it.. And the VC Shortcodes are gone.
Hope this helps you.