You need to use `--strip-components=NUMBER`:
--strip-components=NUMBER
Strip NUMBER leading components from file names on extraction.
which means that your command should look like this:
tar -xzvf /tmp/helm-v2.5.0-linux-amd64.tar.gz -C /usr/local/bin --strip-components=1 linux-amd64/helm